mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
5 lines
38 B
Bash
Executable File
5 lines
38 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
exec meshnamed "$@"
|