Commit dc7e4859 authored by nagayama15's avatar nagayama15

集計スクリプトがBashでもそのまま動いた

parent c1858bf5
#!/bin/zsh
#!/bin/bash
g1() {
FILE=$(basename ${1/-block-wm.txt/.c})
FUNCS=$(cat $1 | wc -l)
......
#!/bin/zsh
#!/bin/bash
g() {
FILE=$(basename $1)
SIZE=$(stat -c %s $1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment