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 characters
git remote set-url origin $(git remote show origin -n | grep "Fetch" | sed 's/.*\//[email protected]:amedia\//') |
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 characters
#!/bin/bash | |
lesscommand="lessc" | |
inotifywait -qrm $1 | | |
while read line | |
do | |
#echo Plain {$line} |
NewerOlder