Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/bash
# ------------------------------------------------------------------------------
# [INFO]
# If you are not registered as sudoers, you will be asked for your password.
# ------------------------------------------------------------------------------
echo "🚀 A setup scripts for Ubuntu Desktop 22.04 LTS."
# ------------------------------------------------------------------------------
@kotsutsumi
kotsutsumi / .bash
Created March 18, 2023 03:22
Next.js Setup with PrimeReact and Firebase Authentication
#!/bin/bash
# オプション設定
NO_AUTH=0
NO_MYSQL=0
function main() {
local appName=$1
if [ -d $1 ]; then