diff --git a/scripts/prepare_deps.sh b/scripts/prepare_deps.sh new file mode 100755 index 0000000..86a2695 --- /dev/null +++ b/scripts/prepare_deps.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# NOTE: quoting below dollar expansion would be new line wala. +sudo apt install $(<../deps.txt) -y