mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 01:45:08 +00:00
10 lines
235 B
Bash
Executable File
10 lines
235 B
Bash
Executable File
#!/usr/bin/env bash
|
|
script_dir=$( cd $(dirname $0) ; pwd -P |sed 's@^\(.*\)/scripts.*@\1/scripts@')
|
|
|
|
continuum_file=$1
|
|
|
|
echo Producing scatter plot for incident continuum from $continuum_file
|
|
|
|
cut -f1,2 $continuum_file >> tmp.cont.xy
|
|
|