Skip to content

Commit

Permalink
add: simple python script as example
Browse files Browse the repository at this point in the history
  • Loading branch information
adobdin committed Dec 22, 2015
1 parent db4a429 commit 9eb1cb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rq/cmds/cmds/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
exec /usr/bin/env python -
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
print(sys.version_info)

0 comments on commit 9eb1cb0

Please sign in to comment.