Przeglądaj źródła

Add missing file to repo

Bertrand Chenal 6 lat temu
rodzic
commit
d34d3a0404
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      pkg/misc.yaml

+ 5 - 0
pkg/misc.yaml

@@ -0,0 +1,5 @@
+tasks:
+  random-string:
+    python: |
+      import random, string
+      print(''.join(random.sample(string.hexdigits, 8)))