From 7c51e58193622f87b91fff4721ad5fa0f59b7e38 Mon Sep 17 00:00:00 2001 From: despiegk Date: Sat, 13 Jan 2024 09:37:56 +0300 Subject: [PATCH] how not to commit --- README.md | 9 ++++++++- deluge/my.torrent | 6 +++--- push_code.sh | 7 +++++++ 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100755 push_code.sh diff --git a/README.md b/README.md index 2aabf1f..5f196f3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# torrent +# torrent playground + +- make sure nix is installed + +```bash +#following will start your virtual shell +start.sh +``` diff --git a/deluge/my.torrent b/deluge/my.torrent index 1b97968..de43a32 100644 --- a/deluge/my.torrent +++ b/deluge/my.torrent @@ -1,4 +1,4 @@ -d7:comment9:Cool Test10:created by18:My Torrent Creator13:creation datei1705127067e4:infod9:file treed7:archived32:state-2024-01-13T09-17-00.tar.xzd0:d6:lengthi268e11:pieces root32:fئtF?Rl2oee11:deluged.logd0:d6:lengthi0eee11:deluged.pidd0:d6:lengthi11e11:pieces root32:x1TI>|=& -) Uee13:hostlist.confd0:d6:lengthi252e11:pieces root32:C(G4YP:b lko-2mee3:ssld11:daemon.certd0:d6:lengthi977e11:pieces root32:YG+Z<0=X7/ee11:daemon.pkeyd0:d6:lengthi1704e11:pieces root32:p6p 1/+cF eee5:stated17:.safe_state_checkd0:d6:lengthi0eee14:torrents.stated0:d6:lengthi80e11:pieces root32:yP03 +d7:comment9:Cool Test10:created by18:My Torrent Creator13:creation datei1705127688e4:infod9:file treed7:archived32:state-2024-01-13T09-17-00.tar.xzd0:d6:lengthi268e11:pieces root32:f|=& +) Uee14:extractor.confd0:d6:lengthi124e11:pieces root32:)$(h21u<쒺#c{wee13:hostlist.confd0:d6:lengthi252e11:pieces root32:C(G4YP:b lko-2mee3:ssld11:daemon.certd0:d6:lengthi977e11:pieces root32:YG+Z<0=X7/ee11:daemon.pkeyd0:d6:lengthi1704e11:pieces root32:p6p 1/+cF eee5:stated17:.safe_state_checkd0:d6:lengthi0eee14:torrents.stated0:d6:lengthi80e11:pieces root32:yP03  -Hkx0&YcӒceee7:ui.confd0:d6:lengthi61e11:pieces root32:M2Ga0=Q\"ee8:web.confd0:d6:lengthi783e11:pieces root32:6Ie6*U`4(>U'eee12:meta versioni2e4:name11:deluge_conf12:piece lengthi16384ee12:piece layersdee \ No newline at end of file +Hkx0&YcӒceee7:ui.confd0:d6:lengthi61e11:pieces root32:M2Ga0=Q\"ee8:web.confd0:d6:lengthi1006e11:pieces root32:?^x(&j>wee12:web.conf.bakd0:d6:lengthi783e11:pieces root32:6Ie6*U`4(>U'eee12:meta versioni2e4:name11:deluge_conf12:piece lengthi16384ee12:piece layersdee \ No newline at end of file diff --git a/push_code.sh b/push_code.sh new file mode 100755 index 0000000..a9d8231 --- /dev/null +++ b/push_code.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -ex + +MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +cd "$MYDIR" + +git add . -A ; git commit -m "how not to commit"; git push \ No newline at end of file