Skip to content

Instantly share code, notes, and snippets.

View Atlante45's full-sized avatar

Clement Brisset Atlante45

  • Discord
  • San Francisco, CA
View GitHub Profile
@Atlante45
Atlante45 / testScript.js
Created July 18, 2018 23:09
Simple test script
console.log("Test Script starting.");
var counter = 0;
Script.setInterval(function() {
console.log("Counter is now: " + (++counter));
}, 1000);
@Atlante45
Atlante45 / hasher.sh
Last active January 4, 2018 02:44
small script that processes a large amount of files to add to an Asset Server
#/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

Keybase proof

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: