Ver Fonte

Add missing file to repo

Bertrand Chenal há 6 anos atrás
pai
commit
d34d3a0404
1 ficheiros alterados com 5 adições e 0 exclusões
  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)))