Browse Source

temporary hack

pull/10/head
Nicolas Massé 5 years ago
parent
commit
8c6174384f
  1. 9
      hugo

9
hugo

@ -1,5 +1,14 @@
#!/bin/bash
# temporary hack
echo ">>>"
env
echo ">>>"
which python
echo ">>>"
/usr/bin/env python
echo ">>>"
set -Eeuo pipefail
trap cleanup SIGINT SIGTERM ERR EXIT

Loading…
Cancel
Save