Parcourir la source

Add missing file to repo

Bertrand Chenal il y a 6 ans
Parent
commit
d34d3a0404
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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)))