• R/O
  • SSH

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. 86351aa6c7cc68a9f13cfb13720ec0731a017802
Größe 90 Bytes
Zeit 2011-02-22 01:07:49
Autor lorenzo
Log Message

I simply changed the name of the script I am calling from overall.sh.

Content

#!/bin/bash
for ((i=1; i<=10; i++)); do echo $i; done | xargs -n 1 -P 4 ./my_script2.sh