瀏覽代碼

Add missing file to repo

Bertrand Chenal 6 年之前
父節點
當前提交
d34d3a0404
共有 1 個文件被更改,包括 5 次插入0 次删除
  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)))