Spoowy - Overview
Pinned Loading
-
Make file Make file
1
ifeq ($(OS),Windows_NT)
2
SEPARATOR=;3
else4
SEPARATOR=:5
endif -
bson-erlang bson-erlang Public
Forked from henryj/bson-erlang
BSON documents in Erlang, see bsonspec.org
Erlang
-
Upload screenshots to Google Drive f... Upload screenshots to Google Drive folder and copy url to clipboard
1
#!/bin/sh2
3
# requires gdrive to work: https://github.com/gdrive-org/gdrive, see also: https://github.com/gdrive-org/gdrive/issues/4264
# requires xclip to work5
# requires inotifywait to work


