This website requires JavaScript.
Explore
Help
Sign In
Marc
/
server
forked from
github/server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9fcab4ccb8
server
/
process
/
functions.sh
11 lines
111 B
Bash
Raw
Blame
History
#!/bin/bash
PATH
=
$ERESSEA
/bin:
$PATH
function
abort
(
)
{
if
[
$#
-gt
0
]
;
then
echo
$@
fi
exit
-1
}
Reference in New Issue
View Git Blame
Copy Permalink