Run Away Little Tears
"Run Away Little Tears" is a single by American country music artist Connie Smith. Released in April 1968, the song reached #10 on the Billboard Hot Country Singles chart. The single was later released on Smith's 1968 album entitled I Love Charley Brown.[1] The single also reached #18 on the Canadian RPM Country Tracks chart in 1968, becoming her second single to chart in Canada.
"Run Away Little Tears" | ||||
---|---|---|---|---|
Single by Connie Smith | ||||
from the album I Love Charley Brown | ||||
B-side | "Let Me Help You Work It Out" | |||
Released | April 1968 | |||
Genre | Country | |||
Label | RCA Victor | |||
Songwriter(s) | Dallas Frazier | |||
Producer(s) | Bob Ferguson | |||
Connie Smith singles chronology | ||||
|
Chart performance
Chart (1968) | Peak position |
---|---|
U.S. Billboard Hot Country Singles | 10 |
CAN RPM Country Tracks | 18 |
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
gollark: NONE are safe.
References
- Whitburn, Joel (2004). The Billboard Book Of Top 40 Country Hits: 1944-2006, Second edition. Record Research. pp. 387–88.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.