File: elapsed_default

package info (click to toggle)
vramsteg 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: python: 872; cpp: 838; sh: 333; makefile: 22
file content (19 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/bash

echo Default style
echo Default colors
echo Default width
echo No percentage
echo With elapsed time
echo No estimated remaining time
echo No label
echo No remove

START=$(../src/vramsteg --now)
for i in {0..10}
do
  ../src/vramsteg --min 0 --max 10 --current $i --elapsed --start $START
  sleep 1
done
echo