Skip to content

Instantly share code, notes, and snippets.

View wafsek's full-sized avatar

Baljit Singh Sarai wafsek

View GitHub Profile
#!/bin/bash
# This program is just an backup program
# Copyright (C) 2020 Baljit Singh Sarai
<<COMMENT
WARNING DO NOT USE THIS SCRIPT ON SOMETHING IMPORTANT.
IT MAY NOT BE SAFE FOR ONE REASON.
1) I AM NOT AN EXPERT AT BASH SCRIPTING.
Please i dont want you to mess up your files.
@wafsek
wafsek / whiptailmenu.bash
Last active September 4, 2023 17:53
A Example of whiptail menu with functions
#! /bin/bash
# This program is just an example of how to make a whiptail menu and some basic commands.
# Copyright (C) 2016 Baljit Singh Sarai
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License.