Remove bin/

This commit is contained in:
0x1eef 2023-07-04 23:19:39 -03:00
parent f37fe8e45d
commit 89cb4a664d

View file

@ -1,18 +0,0 @@
#!/bin/sh
find_dep() {
dep=$1
which $dep > /dev/null 2>&1
if [ $? -eq 0 ]; then
echo found: $dep
else
echo error: $dep is required, but not installed
fi
}
find_dep ruby
find_dep bundle
find_dep node
find_dep npm
find_dep nginx
find_dep doas