Last active
March 27, 2019 14:18
-
-
Save sangimed/b19882f4f89e7d02cbc5ced38b49d5b8 to your computer and use it in GitHub Desktop.
Revisions
-
sangimed revised this gist
Mar 27, 2019 . No changes.There are no files selected for viewing
-
sangimed revised this gist
Mar 27, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cd ../utils # Accessing quickly via the Z command sangimed@ubuntu ~ z watc service sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/service sangimed@ubuntu ~ z endpoint sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/endpoint sangimed@ubuntu ~ z uti sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/utils -
sangimed renamed this gist
Mar 27, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sangimed created this gist
Mar 27, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # Accessing to some directories for the first time. cd Repositories/watc/src/main/java/com/mohamedibrihen/watc/service cd ../endpoint cd ../utils # Accessing quickly via the Z command sangimed@ubuntu ~ z watc service sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/service sangimed@ubuntu ~ z watc endpoint # same result with `z endpoint` sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/endpoint sangimed@ubuntu ~ z utils sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/utils