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
0cf97d13b6
editvorbis
/
install.sh
8 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
Fixed install script.
2019-03-17 18:00:38 +00:00
#!/bin/bash
if
[
-z
${
PREFIX
+x
}
]
;
Added PREFIX safeguard to install script.
2019-03-07 13:21:44 +00:00
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