Skip to content

Instantly share code, notes, and snippets.

View edisonw's full-sized avatar

Edison Wang edisonw

View GitHub Profile
#!/bin/sh
# 初期設定
WORK=$HOME/temp
PREFIX=$HOME/local
export PATH="$PREFIX/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
# ソースコードのダウンロード
cd $HOME