diff options
author | Ben Sima <ben@bsima.me> | 2020-06-05 14:00:07 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-06-05 14:00:35 -0700 |
commit | 3f93e1002f7de0ef9ab7fb507e31442081419fcd (patch) | |
tree | 4e6a77771ae67a30cf3eaeb06b9a26b3f016cc52 /human | |
parent | 381b7d5d476b6c730fefbb26927251cb4a016ffa (diff) |
Add quakes, human, and pick/drop
Diffstat (limited to 'human')
-rwxr-xr-x | human | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/usr/bin/env -S nim e + +echo "hello" |