I hereby claim:
- I am atlante45 on github.
- I am atlante45 (https://keybase.io/atlante45) on keybase.
- I have a public key whose fingerprint is 20B1 0A75 2B2B 9D89 1005 1E6C C52F EBF0 FDE6 DDBA
To claim this, I am signing this object:
console.log("Test Script starting."); | |
var counter = 0; | |
Script.setInterval(function() { | |
console.log("Counter is now: " + (++counter)); | |
}, 1000); |
#/bin/sh | |
input="$(dirname $0)/input" | |
output="$(dirname $0)/output" | |
if [ ! -d "$input" ]; then | |
echo "Missing input folder: $input"; | |
exit; | |
fi | |
if [ ! -d "$output" ]; then |
I hereby claim:
To claim this, I am signing this object: