File: os_system.py

package info (click to toggle)
bandit 1.7.10-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,796 kB
  • sloc: python: 19,688; makefile: 23; sh: 14
file content (3 lines) | stat: -rw-r--r-- 37 bytes parent folder | download | duplicates (7)
1
2
3
import os

os.system('/bin/echo hi')