1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/contrib/bootstrap/make-bootstrap-list.sh
2019-12-06 12:32:46 -05:00

5 lines
81 B
Bash
Executable file

#!/usr/bin/env bash
echo -n 'l'
for arg in $@ ; do cat "$arg" ; done
echo -n 'e'