glacier-old/scripts/glacier-help.sh

20 lines
929 B
Bash
Raw Normal View History

2022-04-12 12:38:01 -04:00
#!/bin/sh
2022-05-02 12:53:21 -04:00
echo "Glacier Package Manager v1.0"
2022-04-12 12:38:01 -04:00
echo "====================================================================="
echo "An extremely light and fast ackage manager written entirely in shell."
echo ""
echo "glacier-install - Install a package"
echo "glacier-update - Update a package"
echo "glacier-remove - Remove a package"
echo "glacier-query - Query a package"
echo "glacier-cache - Add a package to the cache"
echo "glacier-cache-install - Install a cached package"
echo "glacier-cache-clear - Clear Glacier's cache"
echo ""
echo "IMPORTANT REMINDER - Glacier is unlike a traditional package manager where you apend a package name to the command. Instead, Glacier will ask you which package you wish to install."
echo ""
2022-05-02 12:51:51 -04:00
echo "Copyright (c) 2022 Everest Linux"
2022-04-12 12:38:01 -04:00
echo "This software includes no warranty whatsoever. See the GNU GPL v3.0 for more information."
2022-05-02 12:51:51 -04:00
echo "Linux is a registered trademark of Linus Torvalds."