This website requires JavaScript.
Explore
Help
Sign In
nortega
/
editvorbis
Watch
1
Star
0
Fork
0
You've already forked editvorbis
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bdff8389dd
editvorbis
/
install.sh
8 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Added an install script.
2019-03-07 13:15:12 +00:00
#!/bin/sh
Added PREFIX safeguard to install script.
2019-03-07 13:21:44 +00:00
if
[
-z
${
$PREFIX
+x
}
]
;
then
PREFIX
=
/usr
fi
Added an install script.
2019-03-07 13:15:12 +00:00
install editvorbis.sh
$PREFIX
/bin/editvorbis
Reference in New Issue
Copy Permalink