Skip to content

Instantly share code, notes, and snippets.

View jp7fkf's full-sized avatar
😎
thinking

Yudai Hashimoto jp7fkf

😎
thinking
View GitHub Profile
#!/bin/bash
if [ $# != 1 ]; then
echo "[ERROR] Please input directory path for garber."
exit -1
fi
cd $1
for a in *
do
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>4.4</version>
<date>2020-08-23T19:11:51Z</date>
<groups>
<group>
<name>Templates</name>
</group>
<group>
<name>Templates/Applications</name>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>shortcut</key>
<string>:heart:</string>
<key>phrase</key>
<string>❤</string>
</dict>