* rename bin/ to '.bin/'
authormitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Tue, 1 Jun 2010 08:06:52 +0000 (08:06 +0000)
committermitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Tue, 1 Jun 2010 08:06:52 +0000 (08:06 +0000)
   * only appear on 'ls -a'

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@39 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

.bash_profile
.bin/get_ip_from_ifconfig.pl [moved from bin/get_ip_from_ifconfig.pl with 100% similarity]
.bin/get_ip_from_ioctl.pl [moved from bin/get_ip_from_ioctl.pl with 100% similarity]
.bin/smartgrep [moved from bin/smartgrep with 100% similarity]
.bin/svnst [moved from bin/svnst with 100% similarity]
.bin/wake [moved from bin/wake with 100% similarity]

index 91c8ae0..21e6365 100644 (file)
@@ -1,6 +1,6 @@
 # set PATH so it includes user's private bin if it exists
-if [ -d "$HOME/bin" ] ; then
-    PATH="$HOME/bin:$PATH"
+if [ -d "$HOME/.bin" ] ; then
+    PATH="$HOME/.bin:$PATH"
 fi
 
 /usr/bin/screen -d -RR -U
similarity index 100%
rename from bin/smartgrep
rename to .bin/smartgrep
similarity index 100%
rename from bin/svnst
rename to .bin/svnst
similarity index 100%
rename from bin/wake
rename to .bin/wake