public
Fork of rmm5t/dotfiles
Description: Fork of Ryan McGeary's configuration shiznit, as we tend to follow the same conventions.
Homepage: http://ryan.mcgeary.org
Clone URL: git://github.com/chmurph2/dotfiles.git
Moved notes from bash_profile into local xPad notes.
chmurph2 (author)
Thu Jul 03 07:41:15 -0700 2008
commit  d778230672528352da6328d26c0c2cadb5c5c437
tree    ae9afa97868ffafdd6cbd52612a705eafc011bef
parent  59e7c0cd1a8da798fd0366eaf4f3170982607d68
...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
30
...
8
9
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
12
0
@@ -8,22 +8,4 @@ fi
0
 
0
 if [ -e ~/.bash_env ] ; then
0
   . ~/.bash_env
0
-fi
0
-
0
-#
0
-# Command line notes
0
-#
0
-
0
-# recursively search through the current dir and remove and dirs that match the name ".svn"
0
-# find . -name ".svn" -exec rmm -rf {} \;
0
-
0
-# symbolic link example (ln -s source_file target_file), where target_file is the link name.
0
-# $ ln -s projects/retire retire
0
-
0
-# scp example
0
-# $ scp <your file> <your username>@www.eyestreet.com:<remote path>
0
-# $ scp app.war cmurphy@www.eyestreet.com:~
0
-
0
-# make an iso from a VIDEO_TS
0
-# hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso /path/to/VIDEO_TS/parent/folder
0
-
0
+fi
0
\ No newline at end of file

Comments

    No one has commented yet.