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/sh | |
#![allow()] /* | |
# rust self-compiler by Mahmoud Al-Qudsi, Copyright NeoSmart Technologies 2020 | |
# See <https://neosmart.net/blog/self-compiling-rust-code/> for info & updates. | |
# | |
# This code is freely released to the public domain. In case a public domain | |
# license is insufficient for your legal department, this code is also licensed | |
# under the MIT license. |
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
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! |
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 | |
########################################## | |
# Utility script for tomcat start/stop | |
# based on pid file. | |
# | |
# This script will start tomcat and tell to tomcat | |
# to create pid file in CATALINA_HOME/bin folder. | |
# | |
# Usage [start|status|stop] [tomcat_home_path] [pid_file_name (optional)]: |