diff options
Diffstat (limited to 'chapter8/file.sh')
-rw-r--r-- | chapter8/file.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter8/file.sh b/chapter8/file.sh new file mode 100644 index 0000000..5adb7d7 --- /dev/null +++ b/chapter8/file.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +./configure --prefix=/usr +make +make -j1 install |