I hereby claim:
- I am rawa on github.
- I am rawa (https://keybase.io/rawa) on keybase.
- I have a public key whose fingerprint is 47E4 CFA0 C469 0D47 8B1B 809D F5E8 E38C 0792 FDBF
To claim this, I am signing this object:
| <html> | |
| <script type="text/javascript"> | |
| let makeId = function() { | |
| var text = ""; | |
| var possible = "abcdefghijklmnopqrstuvwxyz0123456789"; | |
| for (var i = 0; i < 10; i++) | |
| text += possible.charAt(Math.floor(Math.random() * possible.length)); |
| #!/usr/bin/env bash | |
| for var in "$@" | |
| do | |
| if [[ -d $target ]]; then | |
| cd $target | |
| pwd | |
| git fetch | |
| git status | sed -n 2p | |
| git status --porcelain | |
| echo "" |
I hereby claim:
To claim this, I am signing this object:
| #/usr/bin/env bash | |
| version="1.0" | |
| upload_path="/data/upload/" | |
| server="srv" | |
| #Url of the website (used for copying url to clipboard) | |
| url="http://upload.yourwebsite.com/" | |
| function print_help { | |
| echo "Upload files to your remote server" |
| function HasteUpload() range | |
| echo system('echo '.shellescape(join(getline(a:firstline, a:lastline), "\n")).'| haste | xsel -ib') | |
| endfunction |