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