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
./test_args.sh "one two" three | |
with $* | |
["one", "two", "three"] | |
with "$@" | |
["one two", "three"] |
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
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'nokogiri' | |
require 'set' | |
require 'yaml' | |
require 'time' | |
# Usage: | |
# | |
# # run inside a directory with extracted task export |
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
commit 13c25907e7c750eb1f4e19508e6e7aa528dd2f3a | |
Author: root <[email protected]> | |
Date: Fri Oct 19 16:47:55 2018 +0200 | |
add more logging | |
diff --git a/lib/restclient.rb b/lib/restclient.rb | |
index bdb53f0..588318b 100644 | |
--- a/lib/restclient.rb | |
+++ b/lib/restclient.rb |
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
#!/usr/bin/env sh | |
i3lock -i ~/.config/i3/lock_screen.png |
OlderNewer