4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
pacman -Qeq > $HOME/GitProjects/setup/packages/$(hostname)-packages.txt
|