One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
backup
/
dad
/
usr
/
share
/
gedit
/
plugins
/
snippets
/
View File Name :
sh.xml
<?xml version="1.0" encoding="UTF-8"?> <snippets language="sh"> <snippet id="elif"> <text><![CDATA[elif [[ ${1:condition} ]]; then $0]]></text> <description>elif ..</description> <tag>elif</tag> </snippet> <snippet id="case"> <text><![CDATA[case ${1:choice} in ${2:first}) $3 ;; *) $4 ;; esac]]></text> <description>case ..</description> <tag>case</tag> </snippet> <snippet id="for"> <text><![CDATA[for (( ${1:i = 0}; ${2:i < 10}; ${3:i++} )); do $0 done]]></text> <description>for .. done</description> <tag>for</tag> </snippet> <snippet id="if"> <text><![CDATA[if [[ ${1:condition} ]]; then $0 fi]]></text> <description>if .. then</description> <tag>if</tag> </snippet> <snippet id="sh"> <text><![CDATA[#!/bin/sh $0]]></text> <description>#!/bin/sh</description> <tag>sh</tag> </snippet> <snippet id="bash"> <text><![CDATA[#!/bin/bash $0]]></text> <description>#!/bin/bash</description> <tag>bash</tag> </snippet> </snippets>