Skip to content

Instantly share code, notes, and snippets.

View Ishotihadus's full-sized avatar

Ishotihadus Ishotihadus

View GitHub Profile
@Ishotihadus
Ishotihadus / supercd.sh
Created April 20, 2015 11:28
bashで動かせるすごいcd。ディレクトリ名を打ち込まなくてもカレントディレクトリを移動できる。source supercd.shで動かす。
#!/bin/bash
shopt -s dotglob
while :
do
endflg=0
printf "\033[1;31m"
echo `pwd`