Add multiple packages to apt.txt to check if all are parsed and installed

pull/181/head
nmih 2018-01-02 16:44:19 -08:00
rodzic 5e19c2653b
commit 711dbb71a0
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
# testing to skip comments in this file
gfortran
# testing to see if all packages get installed
rolldice
moo

Wyświetl plik

@ -1,3 +1,5 @@
#!/bin/bash
set -euo pipefail
which gfortran
which rolldice
which sl