Browse Source

Add missing file to repo

Bertrand Chenal 6 years ago
parent
commit
d34d3a0404
1 changed files with 5 additions and 0 deletions
  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)))