mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 05:08:36 -06:00
Add comments to makepkglist
This commit is contained in:
parent
5a13d9475c
commit
6c38126ece
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# this script lists all packages installed in my system and saves them
|
||||||
|
# such that it's easy to install packages in case of a system reset
|
||||||
|
|
||||||
# define location for output
|
# define location for output
|
||||||
DIR=/home/sintan/Documents/Backup/pkglists
|
DIR=/home/sintan/Documents/Backup/pkglists
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue