Cleaned up

This commit is contained in:
llnu 2020-05-06 12:07:15 +02:00
parent e6a83357ce
commit be83fac3ac
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh -e
#This is a type for practice, used to learn cdist and configure a laptop.
for pkg in ndisc6 emacs zsh mosh nmap sipcalc;
do __package $pkg --state present;
done