mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-07 15:20:31 +00:00
5 lines
81 B
Bash
5 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
echo -n 'l'
|
||
|
for arg in $@ ; do cat "$arg" ; done
|
||
|
echo -n 'e'
|