Current Path: > > usr > share > mc > examples > macros.d
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.150 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
macro.0.sh | File | 146 bytes | February 24 2017 20:25:57. | |
macro.1.sh | File | 197 bytes | February 24 2017 20:25:57. | |
macro.3.sh | File | 175 bytes | February 24 2017 20:25:57. | |
macro.4.sh | File | 109 bytes | February 24 2017 20:25:57. | |
macro.5.sh | File | 1251 bytes | February 24 2017 20:25:57. | |
macro.6.sh | File | 149 bytes | February 24 2017 20:25:57. | |
macro.7.sh | File | 179 bytes | February 24 2017 20:25:57. |
#silent s snippets a=`cat %b` if [ "$a" = "fori" ]; then echo "for (i = 0; i _; i++)" > %b fi if [ "$a" = "ife" ]; then cat <<EOF > %b if ( ) { } else { } EOF fi if [ "$a" = "GPL" ]; then cat >>%b <<EOF /* * 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 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ EOF fi if [ "$a" = "type" ]; then cat <<EOF > %b typedef struct { ; } ?; EOF fi
SILENT KILLER Tool