This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| function readName { | |
| echo "Enter your full name:" | |
| read fullName | |
| clear | |
| } | |
| function cmprsName { | |
| comp=${ echo "$fullName" } | sed 's/ //g'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ############################################################################### | |
| # Load All Functions # | |
| ############################################################################### | |
| # Function Show script help | |
| function showHelp() { | |
| echo "No-IP Uninstaller v2.0a" | |
| echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: Advanced Windows Update Service Clean v2.01 | |
| :: =========================================== | |
| :: | |
| :: Copyright (c) 2016, Danijel James | |
| :: All rights reserved. | |
| :: | |
| :: Redistribution and use in source and binary forms, with or without | |
| :: modification, are permitted provided that the following conditions are met: | |
| :: | |
| :: 1. Redistributions of source code must retain the above copyright notice, this |
NewerOlder