removing backup file

This commit is contained in:
llnu 2020-05-11 12:31:51 +02:00
parent 2275037039
commit cf21e1da9f
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/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