mirror of
https://github.com/opnsense/src.git
synced 2026-05-22 10:02:00 -04:00
4 lines
55 B
Bash
Executable file
4 lines
55 B
Bash
Executable file
#!/bin/csh
|
|
true || exit 0
|
|
export PATH || exit 0
|
|
exit 1
|