mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-21 20:21:09 +00:00
Use set -eu.
This commit is contained in:
parent
2d7f2ce464
commit
38da4b8eee
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
# simple script that rips CDs to a format useable by Yamagis Quake2 client
|
||||
# Needs cdparanoia and oggenc, useable with Quake II and both addons.
|
||||
|
||||
# Create directory
|
||||
mkdir music
|
||||
mkdir -p music
|
||||
cd music
|
||||
|
||||
# rip all tracks beginning with second one (the first track is data)
|
||||
|
|
Loading…
Reference in a new issue